(calendar-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 06:12:46 +0000 (06:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 06:12:46 +0000 (06:12 +0000)
(calendar-mark-ring): New defvar.

lisp/calendar/calendar.el

index 735a5be7adc9e0d7c859ad054bc2d17f66feafa8..c6396379fdde1037c992829ac5b68084fb336e35 100644 (file)
@@ -735,6 +735,8 @@ even if they are holidays.")
 (or in the fancy diary buffer next to the date).  This slows down the diary
 functions somewhat; setting it to nil will make the diary display faster.")
 
+(defvar calendar-mark-ring nil)
+
 ;;;###autoload
 (defvar general-holidays
   '((fixed 1 1 "New Year's Day")
@@ -1673,7 +1675,7 @@ The following commands control the diary:
        \\[print-diary-entries]  print diary entries
 
 Displaying the diary entries causes the diary entries from the diary-file
-(for the date indicated by the cursor in the calendar window) to be
+\(for the date indicated by the cursor in the calendar window) to be
 displayed in another window.  This function takes an integer argument that
 specifies the number of days of calendar entries to be displayed, starting
 with the date indicated by the cursor.